home *** CD-ROM | disk | FTP | other *** search
- object FindDirRecDialog: TFindDirRecDialog
- Left = 245
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Find directory record'
- ClientHeight = 234
- ClientWidth = 343
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 325
- Height = 181
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 20
- Top = 24
- Width = 147
- Height = 33
- AutoSize = False
- Caption = 'Short filename (max. 12 letters, example: IO.SYS):'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 200
- Top = 24
- Width = 119
- Height = 13
- Caption = 'Allowed record attributes:'
- end
- object OKBtn: TButton
- Left = 91
- Top = 204
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 171
- Top = 204
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Edit1: TEdit
- Left = 20
- Top = 60
- Width = 121
- Height = 21
- TabOrder = 2
- Text = 'Edit1'
- end
- object CheckBox1: TCheckBox
- Left = 200
- Top = 40
- Width = 97
- Height = 17
- Caption = 'ReadOnly'
- TabOrder = 3
- end
- object CheckBox2: TCheckBox
- Left = 200
- Top = 56
- Width = 97
- Height = 17
- Caption = 'Hidden'
- TabOrder = 4
- end
- object CheckBox3: TCheckBox
- Left = 200
- Top = 88
- Width = 97
- Height = 17
- Caption = 'Volume'
- TabOrder = 5
- end
- object CheckBox4: TCheckBox
- Left = 200
- Top = 72
- Width = 97
- Height = 17
- Caption = 'System'
- TabOrder = 6
- end
- object CheckBox5: TCheckBox
- Left = 200
- Top = 104
- Width = 97
- Height = 17
- Caption = 'Sub directory'
- TabOrder = 7
- end
- object CheckBox6: TCheckBox
- Left = 200
- Top = 120
- Width = 97
- Height = 17
- Caption = 'Archive'
- TabOrder = 8
- end
- object CheckBox7: TCheckBox
- Left = 200
- Top = 136
- Width = 97
- Height = 17
- Caption = 'All'
- TabOrder = 9
- end
- end
-